From: Karl Heuer Date: Thu, 3 Apr 1997 21:29:26 +0000 (+0000) Subject: [!__GNUC__] (CATEGORY_SET): Fix syntax error. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81784 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f7d47e20236f69df265cae6bacb4626180d3e55d;p=emacs.git [!__GNUC__] (CATEGORY_SET): Fix syntax error. --- diff --git a/src/category.h b/src/category.h index f475928b0a4..42c0808bac0 100644 --- a/src/category.h +++ b/src/category.h @@ -114,7 +114,7 @@ extern Lisp_Object _temp_category_set; ((c) < CHAR_TABLE_SINGLE_BYTE_SLOTS \ ? Faref (current_buffer->category_table, make_number ((unsigned char) c)) \ : Faref (current_buffer->category_table, \ - COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c)) + COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c))) #endif /* Return the doc string of CATEGORY in category table TABLE. */